home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / save_pri.swf / scripts / DefineButton2_136 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-03-13  |  151 b   |  7 lines

  1. on(release){
  2.    instBtn._visible = true;
  3.    unInstBtn._visible = false;
  4.    instructions.gotoAndPlay("hide");
  5.    _root.game.interaction = true;
  6. }
  7.